.formcontato__textarea{
     width: 100%;
     height: 133px;
     border: none;
     color: #464646;
     font-family: 'Raleway',     sans-serif;
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     margin-bottom: 1.6rem;
     padding: 1.2rem 0.6rem;
     border-bottom: 2px solid #C8C8C8;
     outline: none;
}

.formcontato__textarea:focus{
     border-bottom: 2px solid #2A7AE4;
    font-family: 'Raleway', sans-serif;    
    color: #464646;
    background: #fff; 
}